home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Phil and Dave's Excellent CD HFS Files.7z / Phil and Dave's Excellent CD HFS Files / Peripherals / HyperScan / HyperScan 1.0 / background_9652.txt < prev    next >
Text File  |  1989-02-26  |  591b  |  29 lines

  1. -- background: 9652 from stack: in.0
  2. -- bmap block id: 9968
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Landscape
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=76 top=69 right=183 bottom=247
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Scan Area
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   hide me
  23.   put "32,27,289,210" into pinRect
  24.   get HyperScan("DragRect",rect of me,pinRect)
  25.   set rect of me to it
  26.   show me
  27. end mouseDown
  28.  
  29.